Jaegertracing is an open-source software publisher focused on cloud-native observability, best known for Jaeger, a distributed tracing platform originally developed at Uber and later donated to the Cloud Native Computing Foundation. Jaeger captures timing and dependency data across microservices, presenting it as interactive flame graphs, service topology maps, and detailed trace timelines that let operators follow a single user request as it hops through dozens of containers, serverless functions, or on-premise services. Typical use cases include pinpointing latency bottlenecks in Kubernetes environments, quantifying error rates after each canary deployment, and proving compliance with SLAs by storing weeks of trace data in Elasticsearch or Cassandra back-ends. The same binary can be deployed as a lightweight agent sidecar, a collector cluster, or an all-in-one Docker image for local debugging, while native clients in Go, Java, Python, Node.js, and C++ inject trace headers with minimal code changes. Integrations extend to Istio service mesh, OpenTelemetry pipelines, Prometheus alerting, and Grafana dashboards, giving site-reliability engineers a coherent view of metrics, logs, and traces. Jaegertracing’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest upstream release and supporting batch installation alongside other observability tools.

jaeger

Open source, end-to-end distributed tracing

Details